rbtree: Split out a common function
authorBenjamin Otte <otte@redhat.com>
Sat, 19 Nov 2011 11:59:39 +0000 (12:59 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 21 Nov 2011 21:33:45 +0000 (22:33 +0100)
commit22a4c15b4fcc1c17e38ce745d905d688d15093d0
tree475bea7f168cd1297afc787cbb333d21c0857d1c
parent54f3fbfe2639a838fd152c71d5d380304e35dd4f
rbtree: Split out a common function

gtk_rbtree_adjust() will adjust the summed values of a node and all its
parents in the tree. Currently only implemented by splitting out the
function from gtk_rbtree_free().
gtk/gtkrbtree.c